home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 66 / data1.cab / Source_Files / Src / Blaster.h < prev    next >
C/C++ Source or Header  |  2000-01-16  |  536b  |  29 lines

  1. #if !defined(AFX_BLASTER_H__62FB8265_F348_11D1_82DF_FCD070D9A530__INCLUDED_)
  2. #define AFX_BLASTER_H__62FB8265_F348_11D1_82DF_FCD070D9A530__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif
  7.  
  8. class CBlasterApp : public CWinApp
  9. {
  10. public:
  11.     CBlasterApp();
  12.  
  13.     //{{AFX_VIRTUAL(CBlasterApp)
  14.     public:
  15.     virtual BOOL InitInstance();
  16.     virtual int ExitInstance();
  17.     //}}AFX_VIRTUAL
  18.  
  19. protected:
  20.     //{{AFX_MSG(CBlasterApp)
  21.     afx_msg void OnAppAbout();
  22.     //}}AFX_MSG
  23.  
  24.     DECLARE_MESSAGE_MAP()
  25. };
  26.  
  27. //{{AFX_INSERT_LOCATION}}
  28.  
  29. #endif